/* Fonts */
@font-face {
    font-family: Nahid;
    src: url(../font/Nahid.woff);
    font-weight: normal;
}

@font-face {
    font-family: Sahel;
    src: url('../font/Sahel/Sahel.eot');
    src: url('../font/Sahel/Sahel.eot?#iefix') format('embedded-opentype'),
        url('../font/Sahel/Sahel.woff2') format('woff2'),
        url('../font/Sahel/Sahel.woff') format('woff'),
        url('../font/Sahel/Sahel.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Sahel;
    src: url('..\font\Sahel\Sahel-Bold.eot');
    src: url('..\font\Sahel\Sahel-Bold.eot?#iefix') format('embedded-opentype'),
        url('..\font\Sahel\Sahel-Bold.woff2') format('woff2'),
        url('..\font\Sahel\Sahel-Bold.woff') format('woff'),
        url('..\font\Sahel\Sahel-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Sahel;
    src: url('../font/Sahel/Sahel-Light.eot');
    src: url('../font/Sahel/Sahel-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Sahel/Sahel-Light.woff2') format('woff2'),
        url('../font/Sahel/Sahel-Light.woff') format('woff'),
        url('../font/Sahel/Sahel-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Sahel;
    src: url('../font/Sahel/Sahel-SemiBold.eot');
    src: url('../font/Sahel/Sahel-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Sahel/Sahel-SemiBold.woff2') format('woff2'),
        url('../font/Sahel/Sahel-SemiBold.woff') format('woff'),
        url('../font/Sahel/Sahel-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Sahel;
    src: url('../font\Sahel\Sahel-Black.eot');
    src: url('../font\Sahel\Sahel-Black.eot?#iefix') format('embedded-opentype'),
        url('../font\Sahel\Sahel-Black.woff2') format('woff2'),
        url('../font\Sahel\Sahel-Black.woff') format('woff'),
        url('../font\Sahel\Sahel-Black.ttf') format('truetype');
    font-weight: 900;
}

html,
body {
    font-family: Sahel !important;
}
.nav-menu{
    background-color: #0870A3 !important;
    color: #fff !important;
}
.navbar-brand{
    color: #fff ;
}
.nav-link{
    color: #fff;
}